Sequential Probability Ratio Test

Sequential Probability Ratio Test

The Sequential Probability Ratio Test is a Likelihood ratio test for determining which of two hypotheses is more likely. It is appropriate for sequential independent and identically distributed (iid) data.

Assume we take a series of measurements, from time 1 up to time t (m1:t), and that our state s is either +1 or -1. To figure out what the state is given our measurements, we cam use a log likelihood ratio LT.

LT=logp(m1:t|s=+1)p(m1:t|s=1)

Since our data is independent and identically distribution, the probability of all measurements given the state equals the product of the separate probabilities of each measurement given the state (p(m1:t|s)=t=1Tp(mt|s)). We can substitute this in and use log properties to convert to a sum.

LT=logp(m1:t|s=+1)p(m1:t|s=1)=logt=1Tp(mt|s=+1)t=1Tp(mt|s=1)=t=1Tlogp(mt|s=+1)p(mt|s=1)=t=1TΔt

where Δt=logp(mt|s=+1)p(mt|s=1).

If LT is positive, then the state s=+1 is more likely than s=1, and vice versa.